NET_SDK_EditPPPoECfg¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Edit PPPoE configuration (valid only for NVR, IPC and DVR return FALSE directly).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| bSwitchin | BOOL | Whether to enable PPPoE. |
| userNamein | char* | PPPoE username. |
| passwordin | char* | PPPoE password. |
| securityVerin | int | Password security version, default is 1. |
Return Value¶
-
Type:BOOL
-
Remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None